.home-body {
  background-color: #F5F7FD;
  align-items: center;
  flex-direction: column;
  display: flex;
  padding-right: 0px;
  box-sizing: border-box;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding-left: 0px;
}
.home-body .home-content {
  margin-right: 0px;
  flex-shrink: 0;
  padding-right: 0px;
  width: 1200px;
  box-sizing: border-box;
  padding-left: 0px;
  margin-left: 0px;
}
.home-body .home-content .home-top {
  width: 100%;
  height: 192px;
  margin-top: 23px;
  background: linear-gradient(180deg, #E8F0FF 0%, rgba(255, 255, 255, 0.77) 100%);
  box-shadow: 0px -1px 10px 0px rgba(246, 249, 255, 0.5);
  border-radius: 2px;
  border: 1px solid;
  border-image: linear-gradient(180deg, #ffffff, #ffffff) 2 2;
  backdrop-filter: blur(0px);
}
.home-body .home-content .home-top .home-top-tittle {
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 23px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
}
.home-body .home-content .home-top .home-top-tittle .text-a {
  color: #333333;
}
.home-body .home-content .home-top .home-top-subtittle-bg {
  margin-top: 17px;
  display: flex;
  margin-left: 23px;
  margin-right: 23px;
  justify-content: space-around;
}
.home-body .home-content .home-top .home-top-subtittle-bg .home-top-subtittle {
  display: flex;
}
.home-body .home-content .home-top .home-top-subtittle-bg .home-top-subtittle .home-top-subtittle-point {
  width: 2px;
  height: 2px;
  background: #3C6EFF;
  border-radius: 1px;
  margin-top: 11px;
  margin-right: 9px;
}
.home-body .home-content .home-top .home-top-subtittle-bg .home-top-subtittle .home-top-subtittle-text {
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.home-body .home-content .home-top .home-top-subtittle-bg .home-top-subtittle .home-top-subtittle-text .text-a {
  color: #666666;
}
.home-body .home-content .home-top .home-top-line {
  height: 0px;
  background-color: #DAE4F8;
  margin-top: 23px;
  margin-left: 23px;
  margin-right: 23px;
}
.home-body .home-content .home-top .home-top-news-bg {
  margin-top: 23px;
  margin-left: 23px;
  margin-right: 23px;
  display: flex;
}
.home-body .home-content .home-top .home-top-news-bg .home-top-news {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
  margin-left: 11px;
}
.home-body .home-content .home-top .home-top-news-bg .home-top-news .text-a {
  color: #333333;
}
.home-body .home-content .home-top .home-top-news-bg .home-top-space {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 18px;
  margin-left: 11px;
}
.home-body .home-content .home-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.home-body .home-content .home-detail .home-left {
  width: 930px;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap {
  background: #fff;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .img-wrap .swiper-container {
  width: 592px;
  height: 370px;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .img-wrap img {
  width: 592px;
  height: 370px;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap {
  position: static;
  text-align: inherit;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap .item {
  width: 337px;
  height: 92px;
  padding: 14px 23px 14px 0;
  font-size: 17px;
  color: #333333;
  line-height: 28px;
  border-radius: 0;
  opacity: 1;
  background: none;
  align-items: center;
  display: flex;
}

.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap .item div {
  width: 275px;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap .item:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 16px 0 7px;
  background-image: url("../image/icon_now.png");
  background-size: cover;
  visibility: hidden;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap .swiper-pagination-bullet-active {
  /* background: linear-gradient(270deg, rgba(68, 114, 248, 0.12) 0%, rgba(68, 114, 248, 0.08) 100%); */
  background-color: #073E73;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap .swiper-pagination-bullet-active a{
  /* background: linear-gradient(270deg, rgba(68, 114, 248, 0.12) 0%, rgba(68, 114, 248, 0.08) 100%); */
  color: #ffffff;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap .swiper-pagination-bullet-active a:hover{
  /* background: linear-gradient(270deg, rgba(68, 114, 248, 0.12) 0%, rgba(68, 114, 248, 0.08) 100%); */
  color: #ffffff!important;
}
.home-body .home-content .home-detail .home-left .recommend-list-wrap .list-wrap .swiper-pagination-bullet-active:before {
  visibility: visible;
}
.home-body .home-content .home-detail .home-left .home-banner-bg {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
}
.home-body .home-content .home-detail .home-left .home-banner-bg .home-banner-img {
  height: 83px;
  width: 223px;
}
.home-body .home-content .home-detail .home-left .bottom-btn-bg {
  margin-top: 47px;
  margin-bottom: 74px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home-body .home-content .home-detail .home-left .bottom-btn-bg .bottom-btn {
  width: 333px;
  height: 31px;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  background-color: unset;
  font-size: 11px;
  font-weight: bold;
  color: #1A5AC3;
}
.home-body .home-content .home-detail .home-right {
  width: 251px;
}
.home-body .home-content .home-detail .home-right .sidebarnews {
  background: #ffffff;
  border-radius: 2px;
  padding: 17px 11px;
  margin-bottom: 17px;
}
.home-body .home-content .home-detail .home-right .sidebarnews .poster-bg {
  width: 228px;
  border-radius: 2px;
  margin-top: 21px;
  border: 1px solid #EEEEEE;
}
.home-body .home-content .home-detail .home-right .sidebarnews .poster-bg .posterimg {
  width: 228px;
  height: 152px;
}
.home-body .home-content .home-detail .home-right .sidebarnews .poster-bg .posterdes {
  margin-top: 11px;
  margin-left: 11px;
  width: 202px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: left;
  margin-bottom: 17px;
}
.home-body .home-content .home-detail .home-right .sidebarnews .newlist {
  text-align: left;
  margin-top: 17px;
}
.home-body .home-content .home-detail .home-right .sidebarnews .newlist ul {
  padding: 0 11px;
  margin: 0;
  text-align: left;
  list-style: disc !important;
}
.home-body .home-content .home-detail .home-right .sidebarnews .newlist ul li {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  margin-top: 11px;
}
.home-body .home-content .home-detail .home-right .sidebarnews .newlist ul li::marker {
  color: #3c6eff;
}
.recfocus-ads-list {
  display: flex;
  margin-right: -11px;
  /* justify-content:space-between */
}
.recfocus-ads-list li {
  /* width: 223px;
  height: 82px; */
}
.recfocus-ads-list li:not(:last-child) {
  margin-right: 11px;
}
.recfocus-ads-list li img {
  /* width: 223px;
  height: 82px; */
}
